home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / lame_src / timestatus.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-01  |  335 b   |  14 lines

  1. #ifndef TIMESTATUS_H_INCLUDED
  2. #define TIMESTATUS_H_INCLUDED
  3.  
  4.  
  5. void timestatus(int samp_rate,long frameNum,long totalframes, int framesize);
  6. void timestatus_finish(void);
  7.  
  8. #if (defined LIBSNDFILE || defined LAMESNDFILE)
  9. void decoder_progress(lame_global_flags *gfp);
  10. void decoder_progress_finish(lame_global_flags *gfp);
  11. #endif
  12.  
  13. #endif
  14.